<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>

 <HEAD>
  <LINK href="lab4.css" rel="stylesheet" type="text/css">
  <TITLE>Lab 4</TITLE>
 </HEAD>

 <BODY>
  <DIV id="heading">

   <A href="lab4.html" id="logo">
    <IMG src="logo.png" alt="No Picture" height="80px" width="250px">
   </A>

   <DIV class="headingtext">
      <H1>
        Lab 4: Positioning with CSS
      </H1>
      <P>
        Brought to you by Yazeed Obaid and Hussein Dahir
      </P>
   </DIV>
  </DIV>

  <DIV id="leftnav">
    <ul>
      <li>
        BZU Home
      </li>
      <li>
        CS Dept
      </li>
       <li>
        COMP334
      </li>
    </ul>
  </DIV>

 <DIV id="center">
   <H2>
     Welcome
   </H2>

   <P>
     Birzeit University was the first institution of higher education to be established in Palestine. It provides students with the opportunity to realize their academic aspirations and encourages them to be productive citizens and active members of their community.
   </P>
    <P>
    The university plays a central role in developing the most valuable national resource in society - namely, our people. New graduate and undergraduate programs in information technology, engineering, sciences, social policy, economics, and management are being developed to assist in meeting this objective.
   </P>

    <P>
    In addition to its academic programs, the university has institutes and centers that are designed to develop and support community-oriented programs that contribute to the achievement of sustainable development in Palestine.
   </P>
 </DIV>

 <DIV id="rightnav">

   <DIV class="adv">
     <DIV class="advDiv">
        Advertisement 1
     </DIV>

     <DIV class="advDiv">
        Buy me
     </DIV>
   </DIV>

   <DIV class="adv">
        <DIV class="advDiv">
           Advertisement 2
        </DIV>

        <DIV class="advDiv">
           Buy me
        </DIV>
    </DIV>

 </DIV>

 <DIV id="footer">
   COMP334, 2016
 </DIV>


 </BODY>
</HTML>










